home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / utils / selector / examples / font.sel < prev    next >
Text File  |  1997-05-06  |  160b  |  8 lines

  1. defenv myfont "default"
  2. font [myfont]
  3.  
  4. text "Current font:"
  5. text "[myfont]"
  6. button "Change it!" 'setenv myfont `/SelectorFont [myfont]`' update
  7.  
  8. unsetenv myfont